home *** CD-ROM | disk | FTP | other *** search
/ Shocking The Web CD-ROM / SHOCK_CD.ISO / pc / tutorial / devglry / zoetek / source / shckclck.dir / 00143_stopwatch pause.ls < prev    next >
Encoding:
Text File  |  1996-04-11  |  280 b   |  9 lines

  1. global sMode, stopwatchon, stopwatchpause, stopwatchval
  2.  
  3. on mouseDown
  4.   set stopwatchpause to not stopwatchpause and stopwatchon
  5.   set stopwatchval to the timer * stopwatchon
  6.   set the castNum of sprite sMode to the number of cast "stopwatch" + stopwatchpause
  7.   updateStage()
  8. end
  9.